.exl-section-terms-of-service {
  position: relative;
  color: white;
  overflow: hidden;
  text-align: center;
  padding: 5rem;
}
.exl-section-terms-of-service p {
  text-align: justify;
}
.exl-section-terms-of-service h1 {
  color: var(--exl-accent);
  font-weight: 600;
}
.exl-section-terms-of-service h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--exl-accent);
  margin-bottom: 1.5rem;
  font-weight: 900;
  text-align: start;
}
.exl-section-terms-of-service__background {
  position: absolute;
  width: 2000px;
  height: auto;
  left: 50%;
  margin-left: -1000px;
  z-index: -1;
  margin-top: -110px;
}
.exl-terms-of-service-box-tutorial-text a {
  margin-right: 2rem;
}

@media (max-width: 768px) {

  .exl-section-terms-of-service {
    padding: 7rem 0;
  }

  .exl-section-terms-of-service .container-fluid {
    padding: 0!important;
  }

  h1 {
    font-size: 2rem;
  }

}